home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000270_news@newsmaster….columbia.edu _Mon Jul 13 12:53:50 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA03987
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 13 Jul 1998 12:53:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA12626
  7.     for kermit.misc@watsun; Mon, 13 Jul 1998 12:53:49 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: data corruption on Sco Unix Connection
  12. Date: 13 Jul 1998 16:44:00 GMT
  13. Organization: Columbia University
  14. Lines: 34
  15. Message-ID: <6oddgg$2o5$1@apakabar.cc.columbia.edu>
  16. References: <6od9ct$1he$1@inet01.emsinfo.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8970
  19.  
  20. In article <6od9ct$1he$1@inet01.emsinfo.com>,
  21. Victor Sturgeon <victor@intrsoft.com> wrote:
  22. : Im experiencing trouble with my kermit dail-up connections to sco unix
  23. : machines. I get garbled data transfers and lost connnections.
  24. :
  25. This can happen on directly dialed connections using non-error-correcting
  26. modems.  If the line is noisy, you'll see noise (garbage characters), and
  27. if it's really bad, the modem might drop the connection because the carrier
  28. signal is not recognizable.
  29.  
  30. : The easiest example is after Im connected and logged in, if I hold down a
  31. : key, say 'f' I get a series of f's on the screen and a lot of other
  32. : nonsense characters.
  33. The nonsense characters could be noise, or they could be buffer overruns
  34. occurring because of a lack of adequate flow control.
  35.  
  36. : I am relatively new to kermit and was wondering if any settings need to be
  37. : implimented for kermit to Sco communications. I have no problems on aix or
  38. : other unix connections only sco.
  39. : For example, what should my modem settings be, and what terminal settings
  40. : if any need to be set on the remote side of the communication.
  41. We'll be glad to help.  Please tell us what kind of computer you are making
  42. the connection from, and which Kermit program and version you are using, and
  43. what kind of modem you have, and the speed and flow-control settings in your
  44. Kermit program.
  45.  
  46. By the way, since this only happens on one connection and not others, the
  47. problem might be on the far end -- the answering modem, or the "stty"
  48. settings in your SCO session.
  49.  
  50. - Frank